home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for i3font.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IAFONTGADGET_H = 1;
- include("real/iagad/i3intact.js")
-
-
- var R3CLID_IAFONTGADGET = 1388;
-
-
-
-
- // Description: Plug in new font
- // Returns: Boolean, true if registration succeeded
- // p1: Integer, class id of the font object
- // p2: Integer, class id of the font gadget for the toolbar
- // p3: String, name of the font
-
- R3CIAFONTGADM_REGISTERFONT = 1388000;
-
- function mR3CIAFONTGADM_REGISTERFONT(p1, p2, p3) {
- return DoA3(this.r3obj, 1388000, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, p3, R3TID_STRING, 0);
- }
-
-
-
-
-
-
- function r3Iafontgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAFONTGADGET, arguments);
- }
- // Methods
- this.REGISTERFONT=mR3CIAFONTGADM_REGISTERFONT;
-
- // Attributes
- }
-
- r3Iafontgadget.prototype=new r3Iacontrolgadget;
- // i3font.h_H